Skip to content

Fix flaky test#385

Open
KrishaDeshkool wants to merge 2 commits into
eclipse-score:mainfrom
KrishaDeshkool:fix_flaky_test
Open

Fix flaky test#385
KrishaDeshkool wants to merge 2 commits into
eclipse-score:mainfrom
KrishaDeshkool:fix_flaky_test

Conversation

@KrishaDeshkool
Copy link
Copy Markdown
Contributor

@KrishaDeshkool KrishaDeshkool commented May 5, 2026

Issue: #386

@KrishaDeshkool KrishaDeshkool force-pushed the fix_flaky_test branch 2 times, most recently from 268298b to 7e9975a Compare May 5, 2026 13:58
@KrishaDeshkool KrishaDeshkool marked this pull request as ready for review May 5, 2026 14:25
@KrishaDeshkool KrishaDeshkool force-pushed the fix_flaky_test branch 2 times, most recently from e3f2cdc to 15f4629 Compare May 11, 2026 15:17
@KrishaDeshkool KrishaDeshkool marked this pull request as draft May 12, 2026 08:12
Proxy destruction raced with the skeleton's StopOfferService async
notification: the lola Proxy's FindServiceGuard callback iterates
event_bindings_ and proxy_methods_ while the proxy is mid-destruction,
causing a use-after-free.

Mirror the skeleton's StopOfferService chain on the proxy side. The
wrapper destructor calls Unsubscribe(), which tells each event/field
to unsubscribe and then dispatches to the binding to stop its async
source and clear its registration maps.
@KrishaDeshkool KrishaDeshkool marked this pull request as ready for review May 12, 2026 15:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant